home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / dev / misc / gms_dev.lha / GMS / Docs / CHANGES.TXT next >
Encoding:
Text File  |  1997-07-07  |  3.5 KB  |  110 lines

  1.  
  2. This file is for autodoc translators, but users of previous versions will find it
  3. useful to read information on new functions.
  4.  
  5. CHANGES FROM V0.6B
  6. ------------------
  7. * Added:  Master.guide - Emulation section.
  8.                        - CopyStructure()
  9.                        - TotalMem()
  10.  
  11.           Blitter.guide - CreateMasks()
  12.                           SetBobDimensions()
  13.                           SetBobFrames()
  14.                           SetBobDrawMode()
  15.                           FreeBitmap()
  16.                           GetBitmap()
  17.                           InitBitmap()
  18.  
  19. * Edited: Screens.guide - UpdatePalette()
  20.  
  21.           Blitter.guide - ClrScreen() [Renamed to ClearBitmap()]
  22.                         - All text on restore lists.
  23.  
  24.           Master.guide  - InitGPI()   [Renamed to OpenGPI()]
  25.                           RemoveGPI() [Renamed to CloseGPI()]
  26.                           All of the Draw*() and Clear*() functions.
  27.  
  28.           Reorganised structure and function descriptions for all GPI's.
  29.           This was done to make the docs easier to write and convert
  30.           to html format.
  31.  
  32.  
  33. * Deleted: Master.guide - ReadJoyPad()
  34.                           ReadSegaPad()
  35.                           ReadAnalogue()
  36.                           ReadJoyStick()
  37.                           ReadMouse()
  38.                           AddInterrupt()
  39.                           RemInterrupt()
  40.  
  41.            Sound.guide  - PlaySoundDACx()
  42.  
  43.  
  44. CHANGES FROM V0.5B
  45. ------------------
  46. * Added:  Master.guide - CloseGMS()
  47.                        - DebugMessage()
  48.                        - ErrorMessage()
  49.                        - InitDestruct()
  50.                        - SelfDestruct()
  51.                        - AddTrack()
  52.                        - DeleteTrack()
  53.                        - GetPicture()
  54.                        - GetStructure()
  55.                        - InitTags()
  56.                        - ReadFile()
  57.                        - OpenFile()
  58.                        - CloseFile()
  59.                        - WriteFile()
  60.                        - LoadObjectFile()
  61.                        - FreeObjectFile()
  62.                        - GetObject()
  63.                        - GetObjectList()
  64.                        - StepBack()
  65.                        - GMSForbid()
  66.                        - GMSPermit()
  67.  
  68.  
  69.           Screens.guide - BlankOn()
  70.                         - BlankOff()
  71.                         - GetScreen()
  72.                         - UpdateColour()
  73.  
  74.           Blitter.guide - GetBob()
  75.                         - GetMBob()
  76.  
  77.           Sound.guide   - GetSound()
  78.  
  79. * Edited: Data Objects section.
  80.           New error codes added.
  81.           Edited the information on tags.
  82.           Wrong registers written down in UnpackPic() and FreeMemBlock().
  83.           References to GETVMODE removed (flag no longer exists).
  84.           BOBs changed to Bobs.
  85.  
  86.           Master.guide - ReadJoyPad()
  87.                        - ReadJoyStick()
  88.                        - ReadJoyPort()
  89.                        - LoadPic()
  90.                        - AllocMemBlock()
  91.  
  92.           Blitter.guide - DrawPixelList()
  93.                         - DrawUCPixelList()
  94.                         - InitBob()
  95.                         - DrawBob()
  96.                         - DrawBobList()
  97.  
  98.           Sound.guide   - InitSound()
  99.                         - FreeSound()
  100.  
  101. * Deleted: All references to 12 bit colour as this colour type is no longer
  102.            in use (see AddScreen(), InitRasterList, UpdateRasterLines, and
  103.            fading functions).
  104.  
  105.           Screens.guide - UpdateRGB12()
  106.                         - UpdateRGB24()
  107.                           [Replaced with UpdateColour()]
  108.  
  109.  
  110.